home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / MISC / READNEWS.ARC / !ReadNews_SysScripts_Mail < prev    next >
Encoding:
Text File  |  1994-05-11  |  283 b   |  21 lines

  1. #Script Send Email
  2. #Arg To:
  3. #Arg Cc:
  4. #Arg Bcc:
  5. #Arg Subject:
  6. #Output edit
  7. To: %0%
  8. Cc: %1%
  9. Bcc: %2%
  10. Subject: %3%
  11. Keywords: 
  12. #if "%replyto%"<>""
  13. Reply-To: %replyto%
  14. #endif
  15. Organisation: %org%
  16. X-Mailer: Archimedes ReadNews
  17.  
  18. #if %sig_flag% AND "%sig_file%">""
  19. #include %sig_file%
  20. #endif
  21.